home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 198
- Top = 195
- Width = 809
- Height = 552
- Caption = 'Form1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object BrightLabel: TLabel
- Left = 575
- Top = 15
- Width = 52
- Height = 13
- Caption = 'Brightness:'
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 525
- Align = alLeft
- TabOrder = 0
- object ScrollBox1: TScrollBox
- Left = 1
- Top = 1
- Width = 559
- Height = 523
- Align = alClient
- TabOrder = 0
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 555
- Height = 519
- AutoSize = True
- end
- end
- end
- object Flipped: TCheckBox
- Left = 577
- Top = 88
- Width = 97
- Height = 17
- Caption = 'Flipped'
- TabOrder = 1
- OnClick = FlippedClick
- end
- object Mirrored: TCheckBox
- Left = 577
- Top = 111
- Width = 97
- Height = 17
- Caption = 'Mirrored'
- TabOrder = 2
- OnClick = MirroredClick
- end
- object LoadBtn: TButton
- Left = 580
- Top = 172
- Width = 90
- Height = 25
- Caption = 'Load...'
- TabOrder = 3
- OnClick = LoadBtnClick
- end
- object Inverted: TCheckBox
- Left = 577
- Top = 134
- Width = 97
- Height = 17
- Caption = 'Inverted'
- TabOrder = 4
- OnClick = InvertedClick
- end
- object BrightBar: TTrackBar
- Left = 572
- Top = 37
- Width = 217
- Height = 45
- Max = 255
- Min = -255
- Orientation = trHorizontal
- Frequency = 16
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 5
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = BrightBarChange
- end
- object BlurBtn: TButton
- Left = 580
- Top = 212
- Width = 90
- Height = 25
- Caption = 'Gaussian Blur'
- TabOrder = 6
- OnClick = BlurBtnClick
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'BMP'
- Filter = 'Bitmaps (*.BMP)|*.BMP'
- Left = 751
- Top = 280
- end
- end
-